jade.domain.DFGUIManagement
Class DFAppletManagementOntology
java.lang.Object
|
+--jade.domain.DFGUIManagement.DFAppletManagementOntology
- public class DFAppletManagementOntology
- extends java.lang.Object
This class represents the ontology
DFApplet-management, containing all JADE extensions
related to applet management. There is only a single instance of
this class.
The package contains one class for each Frame in the ontology.
|
Method Summary |
static Ontology |
instance()
This method grants access to the unique instance of the
ontology. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
NAME
public static final java.lang.String NAME
- A symbolic constant, containing the name of this ontology.
GETDEFAULTDESCRIPTION
public static final java.lang.String GETDEFAULTDESCRIPTION
FEDERATEWITH
public static final java.lang.String FEDERATEWITH
GETPARENT
public static final java.lang.String GETPARENT
GETDESCRIPTIONUSED
public static final java.lang.String GETDESCRIPTIONUSED
DEREGISTERFROM
public static final java.lang.String DEREGISTERFROM
REGISTERWITH
public static final java.lang.String REGISTERWITH
SEARCHON
public static final java.lang.String SEARCHON
MODIFYON
public static final java.lang.String MODIFYON
instance
public static Ontology instance()
- This method grants access to the unique instance of the
ontology.
- Returns:
- An
Ontology object, containing the concepts
of the ontology.